/*
Theme Name: Sydney Child
Theme URL: https://de.wordpress.org/themes/sydney/
Description: Sydney Child Theme
Author: Manuel Wüst
Template: sydney
Version: 1.0.0
Text Domain: sydney-child
*/

body.custom-background{
    background-size: cover !important;
	background-position-y: 65px !important;
}

.site-header{
    background-color: #000000;
}

.site-logo{
    max-height: 50px;
    float: left;
    margin-right: 8px;
}

.social-media-links{
    float: left;
}

@media (max-width: 767px){
    body.custom-background{
        background-image: none !important;
        background-color: black;
    }

    /*Force white color on black background for Mobile-View*/
    .mobile-color-white i, .mobile-color-white h2, .mobile-color-white h4 span, .mobile-color-white span{
        color: #ffffff !important;
        border-top-color: #ffffff !important;
    }

    .social-media-links{
        float: right;
    }
}